projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a44f01
)
Warning fix in raymarine
author
Robert Lipe
<robertlipe@gpsbabel.org>
Mon, 3 Dec 2018 06:47:50 +0000
(
00:47
-0600)
committer
Robert Lipe
<robertlipe@gpsbabel.org>
Mon, 3 Dec 2018 06:47:50 +0000
(
00:47
-0600)
raymarine.cc
patch
|
blob
|
history
diff --git
a/raymarine.cc
b/raymarine.cc
index 0ae0455344f43dd936ad193ac4a70de9bee23285..c31ff362c0e9857da1b2628318834124accc96b9 100644
(file)
--- a/
raymarine.cc
+++ b/
raymarine.cc
@@
-233,7
+233,7
@@
raymarine_read()
char sect[10];
QString name;
- snprintf(sect, sizeof(sect), "Rt%
d
", rx);
+ snprintf(sect, sizeof(sect), "Rt%
u
", rx);
name = inifile_readstr(fin, sect, "Name");
if (name.isNull()) {
break;